home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / WAVBRO32.EXE / WAVBROWZ.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-03-30  |  2KB  |  115 lines

  1. object AboutForm: TAboutForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'About WAV Browser'
  6.   ClientHeight = 264
  7.   ClientWidth = 260
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Image1: TImage
  17.     Left = 13
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.     Picture.Data = {<image000.ico>}
  22.   end
  23.   object RzLabel1: TRzLabel
  24.     Left = 53
  25.     Top = 8
  26.     Width = 193
  27.     Height = 33
  28.     AutoSize = False
  29.     Caption = 'WAV Browser'
  30.     Font.Color = clBlack
  31.     Font.Height = -29
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label1: TLabel
  37.     Left = 65
  38.     Top = 80
  39.     Width = 130
  40.     Height = 22
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'By Dan Gilbert'
  44.     Font.Color = clBlack
  45.     Font.Height = -19
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 73
  52.     Top = 48
  53.     Width = 113
  54.     Height = 16
  55.     Alignment = taCenter
  56.     AutoSize = False
  57.     Caption = 'Version 2.1b-32'
  58.   end
  59.   object Label3: TLabel
  60.     Left = 33
  61.     Top = 104
  62.     Width = 194
  63.     Height = 16
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = 'E-mail: dgpc001@cyberia.com'
  67.   end
  68.   object Label4: TLabel
  69.     Left = 5
  70.     Top = 120
  71.     Width = 249
  72.     Height = 16
  73.     Alignment = taCenter
  74.     AutoSize = False
  75.     Caption = 'WWW: www.interlink-2000.com/dgpc001'
  76.   end
  77.   object Bevel1: TBevel
  78.     Left = 22
  79.     Top = 144
  80.     Width = 217
  81.     Height = 9
  82.     Shape = bsBottomLine
  83.   end
  84.   object Label5: TLabel
  85.     Left = 28
  86.     Top = 160
  87.     Width = 204
  88.     Height = 49
  89.     AutoSize = False
  90.     Caption = 
  91.       'WAV Browser is freeware. Feel free to contact me with comments o' +
  92.       'r suggestions! Enjoy!'
  93.     WordWrap = True
  94.   end
  95.   object RzPanel1: TRzPanel
  96.     Left = 0
  97.     Top = 221
  98.     Width = 260
  99.     Height = 43
  100.     BevelSides = [sdTop]
  101.     BorderSides = []
  102.     Align = alBottom
  103.     BevelInner = bvLowered
  104.     TabOrder = 0
  105.     object BitBtn1: TBitBtn
  106.       Left = 85
  107.       Top = 5
  108.       Width = 89
  109.       Height = 33
  110.       TabOrder = 0
  111.       Kind = bkOK
  112.     end
  113.   end
  114. end
  115.